Some instructions in Rexx may explicitly specify a stack to operate on; but other instructions operate within an environment which you configure with the ADDRESS instruction. Rexx中有一些指令可以显式地指定要操作的栈;但是其他指令操作是在您用ADDRESS指令配置的环境中进行。
Because we are just jumping into the same function, the return address and old% ebp will be the same and the stack size won't change. 由于我们只是跳转到同一个函数,所以返回地址和旧的%ebp是相同的,栈的大小也不会改变。
Jakarta Struts was a vast improvement over previous efforts to address Web application frameworks& to address the whole model view controller ( MVC) stack. JakartaStruts是解决以前Web应用程序框架问题(即解决整个模型视图控制器(MVC)堆栈问题)的一大改进。
Mbackchain and-mno-backchain: These options control whether the address of the caller's frame is stored as so-called "backchain" pointer into the callee's stack frame. mbackchain和-mno-backchain:这些选项控制调用方帧的地址是否作为“backchain”指针存储到被调用方的堆栈帧。
If another entry address follows, it means that the address on the stack called the address last read from the trace file. 如果后面紧接着是另外一个入口地址,这说明堆栈中的地址调用了这个刚从跟踪文件处读出的地址。
If no address is provided, it takes the current registers to traceback the stack. 如果没有提供地址,那么它采用当前寄存器来回溯堆栈。
Remember that when a program makes a function call ( especially for recursive ones), it has to store its return address and local variables on the stack. 记住当程序进行函数调用(特别是针对递归函数)时,它必须在堆栈上存储返回地址和本地变量。
Each time an entry address is encountered in the trace file, it's pushed onto the stack. 每次在跟踪文件中碰到一个入口地址时,就将其压入堆栈。
When an exit address is encountered, the current active function has returned and the top element on the stack is discarded. 在碰到退出函数时,当前的活动函数就会返回,并释放栈顶元素。
The address at the top of the stack represents the function that was last called ( that is, the active function). 栈顶的地址就代表最后一次被调用的函数(也就是当前的活动函数)。
So this instruction stores the link register ( which holds the return address) into the proper location in the calling function's stack frame. 所以该指令会将链接寄存器(存有返回地址)存储到调用函数堆栈框架的恰当位置。
A change that introduces some sort of index that allows access to random elements of the large retransmission queue is critical to address the find-first attacks against the TCP stack. 这个改变引入一些索引,允许对大的重传队列中的元素进行随机访问,这个改变对于解决TCP协议栈的find-first攻击问题很重要。
To address security in the Cloud, data security must move up the stack, the same way IT value does. 为了解决云安全问题,数据安全必须提升一个层次,IT价值也同样应该这样。
You can also set an address breakpoint on a function using the call stack window. 也可以使用“调用堆栈”窗口在函数上设置地址断点。
When the wrapper function terminates, the CPU fetches the return address from the stack and executes the fn ( arg) function. 当包装函数结束时,CPU从栈中取得返回地址并开始执行fn(arg)函数。
The address of an object to initialize is pushed onto the stack. 将要初始化的对象的地址推送到堆栈上。
Tow approaches Internetworking SPX/ IPX Based Novell LAN with TCP/ IP Based Internet are proposed. One of them is single address gateway, the other is dual protocol stack. 研究了基于SPX/IPX的Novel局域网与基于TCP/IP的Internet网互联的两种方法,一种为单地址网关方法,另一种为双协议栈方法。
FPW detects the overwriting to return address in real time by monitoring the previous frame pointer in stack. FPW通过监视前帧指针来实时检测对函数返回地址的溢出攻击。
A kernel device driver is designed to relocate the application's user-mode stack to the higher address and to modify the effective limit in the code segment descriptor, so the relocated stack is excluded from the code segment. 设计了一个内核驱动程序,将应用程序的堆栈移动到代码区的上部,并修改代码段的限长将堆栈区排除在代码段之外。